Next | Prev | Up | Top | Contents | Index

Minimal Interrupt Response Time

To summarize, you can ensure interrupt response time of less than 200 microseconds for one specified device interrupt provided you configure the system as follows:

When these things are done, interrupts are serviced in minimal time.

Tip: If interrupt service time is a critical factor in your design, consider the possibility of using VME programmed I/O to poll for data, instead of using interrupts. It takes at most 4 microseconds to poll a VME bus address (see "PIO Access"). A polling process can be dispatched one or more times per frame by the Frame Scheduler with low overhead.


Next | Prev | Up | Top | Contents | Index